Local-only version of `hg outgoing`?
        Posted  
        
            by Grumdrig
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Grumdrig
        
        
        
        Published on 2010-05-25T18:37:52Z
        Indexed on 
            2010/05/25
            18:41 UTC
        
        
        Read the original article
        Hit count: 162
        
The command
hg outgoing
compares the local repo to the default push location; it accesses the push location to do it.
I'd like to ask the question "have I checked in changes in my local repo since my last hg push?" without having to access the remote repo. 
It seems like there might be enough info in the local repo to figure that out; if so, is there a command to determine that?
© Stack Overflow or respective owner